home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / patches / flccvt.exe / CVTFLC.DOC next >
Text File  |  1992-03-17  |  2KB  |  53 lines

  1. CVTFLC.EXE, The Autodesk Animator FLI and FLC File Converter
  2.  
  3. CVTFLC.EXE requires the DVR drivers to be in the same directory or a 
  4. subdirectory named DRIVERS.
  5.  
  6. Usage:
  7.  
  8.     cvtflc [-r] [path]animation file[.ext]
  9.  
  10. If the -r option is not given, CVTFLC converts from the Autodesk FLI or 
  11. FLC formats to Presidio ANI format. If the -r option is given, 
  12. CVTFLC.EXE converts from the Presidio ANI format to the Autodesk FLC 
  13. format (320x200x256 animations are converted to the FLI format.)
  14.  
  15. Converting from Autodesk to Presidio formats.
  16.  
  17. To convert an Autodesk Animator FLI file or Animator Pro FLC file to a 
  18. 3D WorkShop ANI file run CVTFLC.EXE with the name of the FLI or FLC file
  19. as a parameter.
  20.  
  21. Examples:
  22.  
  23.     CVTFLC MYFILE.FLI
  24.     cvtflc myfile.flc
  25.     cvtflc d:\animate\myfile
  26.  
  27. The resulting ANI file is placed in the current directory and has the
  28. same filename as the source file with an ANI extension.
  29.  
  30. Converting from Presidio to Autodesk formats.
  31.  
  32. 320 x 200 x 256 color ANI files are converted to FLI files. Others are 
  33. converted to FLC files.
  34.  
  35. The Autodesk Animator FLI and FLC formats do not support varying 
  36. Playback Speed, Sound f/x, Volume f/x, Loop f/x, Trigger Event, or Memo. 
  37. These features are lost during conversion.
  38.  
  39. The Autodesk Animator FLI and FLC formats only support up to 256 color 
  40. Video modes. Therefore 32 thousand color ANI files cannot be converted 
  41. to Autodesk formats.
  42.  
  43. To convert a PC Animate Plus or 3D WorkShop ANI file run CVTFLC.EXE with 
  44. -R and the name of the ANI file as parameters.
  45.  
  46. Examples:
  47.  
  48.     CVTFLC -R MYFILE.ANI
  49.     cvtflc -r d\animate\myfile
  50.  
  51. The Autodesk file is placed in the current directory and has the same
  52. filename as the ANI file with an FLC or FLI extension.
  53.